|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AbstractSearchScript for computations
that return a double number.AbstractSearchScript for computations
that return a float number.FragmentsBuilder implementation that detects whether highlight hits occurred on a field that is
multivalued (Basically fields that have the same name) and splits the highlight snippets according to a single field
boundary.AbstractJmxModule.doConfigure() only being called if
jmx is enabled.AbstractSearchScript for computations
that return a long number.and() and or().Modules which reduces repetition and results in
a more readable configuration.CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
DeleteIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue).
Client API.Future allowing for simplified "get" operations.Future.get(), just wrapping the InterruptedException with
ElasticSearchInterruptedException, and throwing the actual
cause of the ExecutionException.
Future.get(long, java.util.concurrent.TimeUnit), just wrapping the InterruptedException with
ElasticSearchInterruptedException, and throwing the actual
cause of the ExecutionException.
Future.get(long, java.util.concurrent.TimeUnit), just wrapping the InterruptedException with
ElasticSearchInterruptedException, and throwing the actual
cause of the ExecutionException.
Future.get(long, java.util.concurrent.TimeUnit), just wrapping the InterruptedException with
ElasticSearchInterruptedException, and throwing the actual
cause of the ExecutionException.
Future.get(long, java.util.concurrent.TimeUnit), just wrapping the InterruptedException with
ElasticSearchInterruptedException, and throwing the actual
cause of the ExecutionException.
ForkJoinTask that performs the run
method of the given Runnable as its action, and returns
a null result upon ForkJoinTask.join().
ForkJoinTask that performs the run
method of the given Runnable as its action, and returns
the given result upon ForkJoinTask.join().
ForkJoinTask that performs the call
method of the given Callable as its action, and returns
its result upon ForkJoinTask.join(), translating any checked exceptions
encountered into RuntimeException.
IndexRequest to the list of actions to execute.
DeleteRequest to the list of actions to execute.
IndexRequest to the list of actions to execute.
DeleteRequest to the list of actions to execute.
IndexRequest to the list of actions to execute.
IndexRequest to the list of actions to execute.
DeleteRequest to the list of actions to execute.
DeleteRequest to the list of actions to execute.
i.
Vector.addElement(E)
I which will be presented to the user at a later
time.
I, the full details of which will be logged, and the
message of which will be presented to the user at a later time.
Field that is
tokenized,
not stored,
termVectorStored with positions (or
termVectorStored with positions and offsets),
addField(fieldName, stream, 1.0f).
Field.
AllocationDeciders and combines them into a single allocation decision.CharFilterFactory, AnalyzerProvider, TokenFilterFactory,
or @TokenizerFactory which will cause the provider/factory to only be created when explicit settings
are provided.true if both this and the
given matcher return true.
Binder.Binder.Binder.Binder.
Binder.
Binder.
Binder.
Binder.
Binder.
componentType.
Injector to eagerly initialize this
singleton-scoped binding upon creation.
FactoryProvider now works better with the standard @Inject
annotation. When using that annotation, parameters are matched by name and type rather than
by position. In addition, values that use the standard @Inject constructor
annotation are eligible for method interception.double value that may be updated atomically.AtomicDouble with the given initial value.
AtomicDouble with initial value 0.0.
double array in which elements may be updated atomically.AtomicDoubleArray of the given length,
with all elements initially zero.
AtomicDoubleArray with the same length
as, and all elements copied from, the given array.
InterruptedException if interrupted
while waiting, or returning immediately if the current phase is
not equal to the given phase value or this phaser is
terminated.
InterruptedException if interrupted while waiting, or
returning immediately if the current phase is not equal to the
given phase value or this phaser is terminated.
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.InputStream in DECODE mode.
Base64.InputStream in
either ENCODE or DECODE mode.
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.OutputStream in ENCODE mode.
Base64.OutputStream in
either ENCODE or DECODE mode.
long and Chronology fields.ISOChronology in the default time zone.
ISOChronology in the specified time zone.
ISOChronology in the default time zone.
ISOChronology in the specified time zone.
ISOChronology in the default time zone.
ISOChronology in the specified time zone.
ListenableFuture interface.Binder.
Binder.
Binder.
Binder.
Binder.
Injector.@Named(key) for each entry in
properties.
@Named(key) for each property.
n choose k", the number of
k-element subsets that can be selected from an
n-element set.
double representation of the Binomial
Coefficient, "n choose k", the number of
k-element subsets that can be selected from an
n-element set.
log of the Binomial
Coefficient, "n choose k", the number of
k-element subsets that can be selected from an
n-element set.
IndexWriter.addDocuments(java.util.Collection) or IndexWriter.updateDocuments(org.apache.lucene.index.Term, java.util.Collection) API.TreeSet that is bounded by size.TransportAddress, one that represents
the address the transport is bounded on, the the published one represents the one clients should
communicate on.Shape instance representing the polygon
Rectangle instance
Settings (underlying uses ImmutableSettings) based on everything
set on this builder.
FastByteArrayOutputStream.
IndexRequests and DeleteRequests and allows to executes
it in a single batch.IndexRequests and DeleteRequests and allows to executes
it in a single batch.ByteBuffer in order to store the directory content.PlainByteBufferAllocator.
Text.hasBytes()
BytesReference representation of the text, will always convert on the fly to a String.byte.
Object.equals().
Vector.capacity()
String.toUpperCase(java.util.Locale).
String, changing the first letter to
upper case as per Character.toUpperCase(char).
ChannelBuffer based StreamInput.Iterable object passed as a parameter to the
calling method is not null and contains no null elements.
Iterable object passed as a parameter to the
calling method is not null and contains no null elements.
Iterable object passed as a parameter to the
calling method is not null and contains no null elements.
index specifies a valid element in an array,
list or string of size size.
index specifies a valid element in an array,
list or string of size size.
type.
value if it is non-null allowed to be null.
index specifies a valid position in an array,
list or string of size size.
index specifies a valid position in an array,
list or string of size size.
start and end specify a valid positions
in an array, list or string of size size, and are in order.
resets this writer for reuse.
Node.stop()s if its running).
Engine close failed.ClusterAdminClient API.ClusterStateListener)
and submit state update tasks (ClusterStateUpdateTask.ClusterStateUpdateTask.execute(ClusterState) have been processed
properly by all listeners.
modules.
modules.
i to the given
updated value
if the current value is bitwise equal
to the expected value.
CountedCompleter.onCompletion(jsr166y.CountedCompleter),
marks this task as complete with a null return value,
and further triggers CountedCompleter.tryComplete() on this task's
completer, if one exists.
join and related operations.
join and related operations.
Compressor.isCompressed(byte[], int, int).
null if there is no current
mapping).
FieldMappers.
ObjectMappers.
ObjectMappers.
initialCapacity) and
initial table density (loadFactor).
initialCapacity), table
density (loadFactor), and number of concurrently
updating threads (concurrencyLevel).
null if there is no current
mapping).messages.
Binder via the exposed methods.
binder.
System.out or
System.err using a layout specified by the user.true if this deque contains at least one
element e such that o.equals(e).
true if this queue contains the specified element.
true if this map maps one or more keys to the
specified value.
Vector.copyInto(java.lang.Object[])
ForkJoinTask with a completion action
performed when triggered and there are no remaining pending
actions.IndexRequest.OpType.CREATE.
Keys.
ArithmeticException with specified formatted detail message.
ArrayIndexOutOfBoundsException with specified formatted detail message.
ConcurrentModificationException with specified formatted detail message.
EOFException with specified formatted detail message.
IllegalArgumentException with specified formatted detail message.
IllegalArgumentException with specified nested
Throwable root cause.
IllegalStateException with specified formatted detail message.
RuntimeException for an internal error.
IOException with specified nested
Throwable root cause.
NoSuchElementException with specified formatted detail message.
NullPointerException with specified formatted detail message.
ParseException with specified
formatted detail message.
Injector.messages.
ThreadLocalRandom.
Tokenizer and a list
of TokenFilters.add(-1).
SearchType.QUERY_THEN_FETCH.
SnapshotDeletionPolicy.
File - for directories,
recursively delete any nested directories or files as well.
DictionaryCompoundWordTokenFilter to decompound tokens using a dictionary.Directory.double sum.double
maximum with initial value Double.NEGATIVE_INFINITY.Double.NEGATIVE_INFINITY.
DoubleAdder.sum().
DoubleMaxUpdater.max().
AtomicDouble as a double.
LongAdder.sum() as a double after a widening
primitive conversion.
LongMaxUpdater.max() as a double after a widening
primitive conversion.
double.
Bootstrap just so the process will look nicely on things like jps.ElasticSearchException with the specified detail message.
ElasticSearchException with the specified detail message
and nested exception.
ElasticSearch just runs it in the foreground by default (does not close
sout and serr).InterruptedException simply a runtime one.TimeoutException simply a runtime one.Vector.elementAt(int)
Vector.elements()
rewritten.raw ByteBuffer,
writing it to the encoded ByteBuffer.
raw ByteBuffer,
writing it to the encoded CharBuffer.
Base64.encodeBytes(byte[]) but returns
a byte array instead of instantiating a String.
Base64.encodeBytes(byte[], int, int, int) but returns
a byte array instead of instantiating a String.
Engine creation failed.Vector.ensureCapacity(int)
Set view of the mappings contained in this map.
a and b are equal.
o is equal to this.
equals
Directory.
Action.
Action.
SearchHit be returned with an
explanation of the hit (ranking).
SearchScript which can provided an Explanation of the scoreExplainRequest.key available to the enclosing environment
type available to the enclosing environment.
type available to the enclosing environment.
key available to other modules and the injector.
type available to other modules and the injector.
type available to other modules and the injector.
Provides method annotation in a
private module to indicate that the provided binding is exposed.Facets.
Facets.
Facets keyed by facet name.
Facets keyed by map.
ByteArrayInputStream
so that it uses buf as its
buffer array.
ByteArrayInputStream
that uses buf as its
buffer array.
ByteArrayOutputStream just not synced.CharArrayWriter allowing to get the underlying char[] buffer.FieldMapper.member, or null if there isn't one.
type.
type, or null if none is specified.
Vector.firstElement()
DoubleAdder.sum() as a float
after a narrowing primitive conversion.
DoubleMaxUpdater.max() as a float
after a narrowing primitive conversion.
AtomicDouble as a float
after a narrowing primitive conversion.
LongAdder.sum() as a float
after a widening primitive conversion.
LongMaxUpdater.max() as a float
after a widening primitive conversion.
float.
Directory.sync(String) but forces it even if its
disabled.
type.
type.
type.
type.
ExecutorService for running ForkJoinTasks.ForkJoinPool with parallelism equal to Runtime.availableProcessors(), using the default thread factory,
no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool with the indicated parallelism
level, the default thread factory,
no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool with the given parameters.
ForkJoinWorkerThreads.ForkJoinPools.ForkJoinPool.ForkJoinPool, which executes
ForkJoinTasks.DateTimeFormatter that retains the
format that was used to create it.type.
type.
QueryFilterParser except that it allows also to
associate a name with the query filter.SearchType.DEFAULT.
UUID.toString() method.
FieldMappers of all the FieldMappers that are
registered under the give fullName across all the different DocumentMapper types.
TransportFuture.FuzzyLikeThisFieldQueryBuilder.likeText(String).
FuzzyLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with.
FuzzyLikeThisQueryBuilder.likeText(String)
which is checked against the "_all" field.
Shapes in GeoJSON format from a given
XContentParser.Shape instances into GeoJSON format
Example of the format used for points:
{ "type": "Point", "coordinates": [100.0, 0.0] }Shapes.FilterBuilder that builds a GeoShape FilterFilterParser for filtering Documents based on Shapes.null if this map contains no mapping for the key.
i.
T.
Type instance.
Class instance.
GetResult based on the specified Engine.GetResult argument.
CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
DeleteIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue).
i.
i to the given value
and returns the old value.
Map.
true if this pool uses local first-in-first-out
scheduling mode for forked tasks that are never joined.
null if this
message was not caused by a throwable.
Classes.getDefaultClassLoader()
if not set.
null if none.
null if it has not yet been initialized.
null if it has not yet been initialized.
modules.
modules.
modules.
modules.
CancellationException if cancelled, or null if
none or if the method has not yet completed.
constructor.
Facets keyed by facet name.
Facets keyed by map.
field.
supertype.
LoggerInfoStream based on the provided logger
by appending to its NAME the LoggerInfoStream.SUFFIX.
LoggerInfoStream based on the provided name
by appending to it the LoggerInfoStream.SUFFIX.
type.
instance that will be injected to fulfill
this request.
type that will be injected to fulfill this
request.
getProvider(key).get().
getProvider(type).get().
Named
annotation value.
com.spatial4j.core.query.SpatialArgs#getDistPrecision().
T.
T.
T.
T.
T.
T.
elements.
SpatialPrefixTree.getNodes(com.spatial4j.core.shape.Shape, int, boolean)
and check if the argument is a shape and if so, delegate
to this implementation, which calls SpatialPrefixTree.getNode(com.spatial4j.core.shape.Point, int) and
then calls SpatialPrefixTree.getNode(String) repeatedly if inclParents is true.
messages.
null if not owned.
-1 if
this dependency does not belong to a parameter list.
methodOrConstructor.
null if none.
null if this is a top-level injector.
SpatialPrefixTree used by this Strategy
provide instances.
null.
ForkJoinTask.join(), even
if this task completed abnormally, or null if this task
is not known to have been completed.
null.
method.
null if that isn't known for this instance.
null if that isn't known for this instance.
SearchRequest.scroll(org.elasticsearch.search.Scroll), the
scroll id that can be used to continue scrolling.
Node.getSubCells() but with the results filtered by a shape.
Node.getSubCells().size() -- usually a constant.
supertype.
Type instance.
BlockingQueue.take() or timed
poll.
ShardRouting and a group
is created for each shard routing.
ShardIterator
is an iterator across shard replication group.
Text.bytes().
true if the query being built has no clause yet
bindings, providers and instances that expose their dependencies explicitly.Map, i.e.,
the sum of, for each key-value pair in the map,
key.hashCode() ^ value.hashCode().
type.
UUID.
null nor of length 0.
null nor of length 0.
true if there are any tasks submitted to this
pool that have not yet begun executing.
String representation of the text.
true if there is at least one consumer waiting
to receive an element via BlockingQueue.take() or
timed poll.
is quiescent.
HyphenationCompoundWordTokenFilter to decompound tokens based on hyphenation rules.Settings.ImmutableSettings.Builder.build() an immutable
settings implementation.Binder.
Binder.
ObjectMapper.
add(1).
FieldMapper.
FieldMapper with a custom default analyzer for no explicit field analyzer.
IndexCommit calls to a delegated
IndexCommit.IndexCommit that will delegate all calls
to the provided delegate.
FieldMappers for all the FieldMappers that are registered
under the given indexName across all the different DocumentMapper types.
Vector.indexOf(Object, int)
QueryParserFactory, and FilterParser.IndexSettingsService allowing to get the current
settings associated with an index (thus, allowing to change those settings and
new shards will use the new settings).Store each shard will use.IndicesAdminClient API.InetSocketAddress).true if the current thread is a ForkJoinWorkerThread executing as a ForkJoinPool computation.
Discovery component
when the first valid initial cluster state has been submitted and processed by the cluster service.DiscoveryService.doStart().
Injector should inject values.I.instance.
instance.
Vector.insertElementAt(E, int)
DoubleAdder.sum() as an int after a
narrowing primitive conversion.
DoubleMaxUpdater.max() as an int after a
narrowing primitive conversion.
AtomicDouble as an int
after a narrowing primitive conversion.
LongAdder.sum() as an int after a narrowing
primitive conversion.
LongMaxUpdater.max() as an int after a narrowing
primitive conversion.
int.
RuntimeException or Error if the underlying
computation did so.
isDone holds for
each task or an (unchecked) exception is encountered, in which
case the exception is rethrown.
isDone holds for
each task or an (unchecked) exception is encountered, in which
case the exception is rethrown.
isDone holds for each task or an (unchecked) exception
is encountered, in which case the exception is rethrown.
true if this task threw an exception or was cancelled.
true if this task completed without throwing an
exception and was not cancelled.
true if a DEBUG level message is logged.
stage.
true if this collection contains no elements.
true if this queue contains no elements.
true if an ERROR level message is logged.
true if an INFO level message is logged.
true if all worker threads are currently idle.
true if blocking is unnecessary.
true if this pool has been shut down.
true if all tasks have completed following shut down.
true if this phaser has been terminated.
true if the process of termination has
commenced but not yet completed.
true if a TRACE level message is logged.
true if a WARN level message is logged.
Facets.
is
done.
tokens, converted to strings if
necessary, separated by delimiter.
tokens, converted to strings if
necessary, separated by delimiter.
tokens, converted to strings if
necessary, separated by delimiter.
tokens, converted to strings if
necessary, separated by delimiter.
map, with entries
separated by entryDelimiter, and keys and values separated with
keyValueSeparator.
tokens to appendable, separated by
delimiter.
tokens to appendable, separated by
delimiter.
tokens to appendable, separated by
delimiter.
tokens to appendable, separated by
delimiter.
map to appendable, with entries
separated by entryDelimiter, and keys and values separated with
keyValueSeparator.
IOException from the supplied
Appendable.XContentType.JSON.
IndexDeletionPolicy implementation that
keeps only the most recent commit and immediately removes
all prior commits after a new commit is done.Set view of the keys contained in this map.
GeoDistanceFacetBuilder.valueScript(String) script.
Vector.lastElement()
Vector.lastIndexOf(Object, int)
i to the given value.
lcm(a,b) = (a / gcd(a,b)) * b.
lcm(a,b) = (a / gcd(a,b)) * b.
a is less relevant than b.
Binder.TransferQueue based on linked nodes.LinkedTransferQueue.
LinkedTransferQueue
initially containing the elements of the given collection,
added in traversal order of the collection's iterator.
ActionFuture that listeners can be added to.List whose elements are of type
elementType.
SettingsLoader based on the resource name.
SettingsLoader based on the actual settings source.
SettingsLoaderFactory.loaderFromSource(String).
SettingsLoaderFactory.loaderFromSource(String).
SettingsLoaderFactory.loaderFromSource(String).
SettingsLoaderFactory.loaderFromSource(String).
b of x.
PrintStream that logs each LoggerInfoStream.println(String) into a logger
under trace level.long sum.long
maximum with initial value Long.MIN_VALUE.Long.MIN_VALUE.
DoubleAdder.sum() as a long after a
narrowing primitive conversion.
DoubleMaxUpdater.max() as a long after a
narrowing primitive conversion.
AtomicDouble as a long
after a narrowing primitive conversion.
LongAdder.sum().
LongMaxUpdater.max().
long.
map.
Map whose keys are of type
keyType and whose values are of type valueType.
MapperService in order to build smarter
queries based on the mapping information.InputStream supports mark/reset.
true or false for a given input.true if this matches t, false otherwise.
MathRuntimeException with specified
formatted detail message.
MathRuntimeException with specified
nested Throwable root cause.
MathRuntimeException with specified
formatted detail message and nested Throwable root cause.
Math.DoubleMaxUpdater.max() followed by DoubleMaxUpdater.reset().
LongMaxUpdater.max() followed by LongMaxUpdater.reset().
byte[].
byte[].
byte[].
T.Field.class, Method.class or Constructor.class.
Injector.Module.override().MoreLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with.
MoreLikeThisQueryBuilder.likeText(String)
which is checked against the "_all" field.
MoreLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with.Types API.MatchQueryBuilder but supports multiple fields.MatchQueryParser but has support for multiple fields.FieldMappers for all the FieldMappers that are registered
under the given name across all the different DocumentMapper types.
Named annotation with name as the value.
NamedAnalyzer.analyzer that is associated
with a name (NamedAnalyzer.name().@Named.ExecutableScript or SearchScript.keyType/valueType in a
Map that is itself bound with no binding annotation.
keyType/valueType in a
Map that is itself bound with no binding annotation.
keyType/valueType in a
Map that is itself bound with annotation.
keyType/valueType in a
Map that is itself bound with annotation.
keyType/valueType in a
Map that is itself bound with annotationType.
keyType/valueType in a
Map that is itself bound with annotationType.
typeArguments to
rawType.
typeArguments to
rawType and enclosed by ownerType.
Point
ShapeBuilder.PolygonBuilder to build a Polygon
ShapeBuilder.RectangleBuilder to build a Rectangle
ExecutableScript or a SearchScript.
type in a Set that is
itself bound with no binding annotation.
type in a Set that is
itself bound with no binding annotation.
type in a Set that is
itself bound with annotation.
type in a Set that is
itself bound with annotation.
type in a Set that is
itself bound with annotationType.
type in a Set that is
itself bound with annotationType.
double value
between 0 (inclusive) and the specified value (exclusive).
Filter denoting the filter
as one that should not be cached, ever.SettingsException indicating failure to load a class
based on a settings value.NodeBuilder.build()s and starts the node.
Node instance.NodeBuilder.
TokenStream used to convert a list of Node representing
a Shape, into indexable terms.Point for its coordinates to lie within their
respective normalized ranges.
Point for the given coordinates to lie within
their respective normalized ranges.
null is an acceptable value for that parameter.null is an acceptable value for that parameter.NumericRangeFilter at the
expense of loading numeric values of the field to memory using FieldDataCache.ObjectMapper.Object.instance.
CountedCompleter.tryComplete() is invoked
and there are no pending counts, or when the unconditional
method CountedCompleter.complete(java.lang.Void) is invoked.
ForkJoinTask.completeExceptionally(java.lang.Throwable)
is invoked or method CountedCompleter.compute() throws an exception, and
this task has not otherwise already completed normally.
BufferedIndexOutput but with the ability to set the buffer sizeIndexRequest.opType(org.elasticsearch.action.index.IndexRequest.OpType).
true if either this or the
given matcher return true.
guice-jndi-2.0.jar.Binder's
expression language.guice-multibindings-2.0.jar.Settings.Node using NodeBuilder which is a
node within the cluster.Provider.get() when an attempt is made to access a scoped
object while the scope in question is not currently active.XContentParser, creating
the Shape representation
localeString into a Locale.
CyclicBarrier and
CountDownLatch
but supporting more flexible usage.Phaser(parent, 0).
moreClassesToSkip.
Action.
ClusterStateUpdateTask that allows to be notified when
the cluster state update has been processed.FilterParserFactory.
QueryParserFactory.
PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper that uses the supplied prefix and suffix.
T.Provider that delegates to the binding for the provided type.Provides.Provider that provides elements of type
elementType.
Provider.Module to create a provider method binding.messages.
RandomStringUtils instances should NOT be constructed in
standard programming.
Base64.InputStream.read() repeatedly until the end of stream
is reached or len bytes are read.
len bytes of data into an array of bytes
from this input stream.
Vector but with reduced contention and improved
throughput when invocations of read-only methods by multiple
threads are most common.10.
StreamInput.readOptionalString()
StreamInput.readString()
ForkJoinTask.ForkJoinTask.I.
I.
fork.
ShapeRelation that defines how the Shape used in the
Filter must relate to indexed Shapes
true if it was
actually released.
Integer.MAX_VALUE because a
LinkedTransferQueue is not capacity constrained.
e such that
o.equals(e), if such an element exists in this deque.
Vector.removeAllElements()
Vector.removeElement(java.lang.Object)
Vector.removeElementAt(int)
e such that
o.equals(e), if such an element exists in this deque.
e such that
o.equals(e), if such an element exists in this deque.
${name} with the corresponding property from the supplied Properties.
${name} with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver.
Injector will inject instance fields
and methods of the given object.
Injector will inject instance fields
and methods of the given object.
Injector will inject static fields
and methods in the given classes.
key.
type.
null is an acceptable value for that parameter.Double.NEGATIVE_INFINITY.
Long.MIN_VALUE.
count field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
IndexResponse or DeleteResponse).
PluginsService.processModule(org.elasticsearch.common.inject.Module)
in order to allow plugins to pre process specific river modules.Binder.HitQueue.GeoDistanceFacetBuilder.valueScript(String) to improve performance when executing the same script with different parameters.
SearchRequest.scroll(org.elasticsearch.search.Scroll), the
scroll id that can be used to continue scrolling.
FieldMapper.
SearchHit.SearchService operations exposed through
transport.SearchType.DEFAULT.
SearchType.DEFAULT.
Lock in which each lock
acquisition or release advances a sequence number.SequenceLock with the default
number of retry attempts to acquire the lock before blocking.
SequenceLock that will retry
attempts to acquire the lock at least the given number times
before blocking.
Object.equals.
Shape as GeoJSON format into the given
XContentBuilder
i to the given value.
value.
IndexRequest.OpType.CREATE.
Vector.setElementAt(E, int)
throwable.
SearchHit be returned with an
explanation of the hit (ranking).
null.
ClusterStateRequestBuilder.setFilterMetaData(boolean) is not set, which indices to return the IndexMetaData
for.
MetaData.
DiscoveryNodes.
RoutingTable.
Set whose elements are of type
elementType.
IndexRequestBuilder.setOpType(org.elasticsearch.action.index.IndexRequest.OpType).
UTF8StreamWriter.setOutput(OutputStream)
SearchType.DEFAULT.
SearchType.DEFAULT.
UnsupportedOperationException.
Vector.setSize(int)
SettingsLoader to use.Settings interface.SearchHit be returned with its
version.
byte[].
byte[].
byte[].
byte[].
byte[].
byte[].
byte[].
byte[].
byte[].
byte[].
byte[].
byte[].
Shape instances like Point,
Rectangle and Polygons.Shape instance of a PolygonRectangle instanceshort.
x.
x.
x.
x.
x.
x.
SimpleBoundaryScanner.Injector.
Injector) to be reused for all injections for that binding.n bytes of input from this input stream.
classesToSkip when identify the
calling code.
DocumentFieldMappers.fullName(String), then by DocumentFieldMappers.indexName(String), and last
by DocumentFieldMappers.name(String).
MapperService.smartNameFieldMappers(String) but returns the first field mapper for it.
MapperService.smartName(String), except it returns just the field mappers.
XContentType.SMILE.
SortBuilders.Requests.INDEX_CONTENT_TYPE.
String and BytesReference representation of the text.String only representation of the text.bound.
DoubleAdder.sum() followed by DoubleAdder.reset().
LongAdder.sum() followed by LongAdder.reset().
bound.
SpatialStrategy that uses TermQuerys / TermFilters
to query and filter for Shapes related to other Shapes.QueryBuilders.textQuery(String, Object) instead
QueryBuilders.textPhraseQuery(String, Object) instead
QueryBuilders.textPhrasePrefixQuery(String, Object) instead
QueryBuilders.matchPhrasePrefixQuery(String, Object)
QueryBuilders.matchPhraseQuery(String, Object)
QueryBuilders.matchQuery(String, Object)
ThreadBarrier to
measure performance between barrier awaits.ConnectTransportException should be thrown when
sending a message (otherwise, it will be passed to the response handler).
Binder.
Binder.
Binder.
Binder.
Geometry representation.
Polygon
Binder.
Binder.
Binder.
DoubleAdder.sum().
DoubleMaxUpdater.max().
LongAdder.sum().
LongMaxUpdater.max().
java.util.ArrayList.size,
java.util.ArrayList<init>() or java.util.List.remove().
charsetName.
getTaskInfo() and use the task info directly.
String object representing this
UUID.
toString() methods.XContentBuilder.ConcurrentMergeScheduler that provides tracking on merge times, total
and current merges.BlockingQueue in which producers may wait for consumers
to receive elements.TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress).
TransportAddress allowing
to perform serialization of them.TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress).String.trim() on each of them.
Vector.trimToSize()
CountedCompleter.onCompletion(jsr166y.CountedCompleter) and then similarly
tries to complete this task's completer, if one exists,
else marks this task as complete.
T.String, changing the first letter to
lower case as per Character.toLowerCase(char).
Compressor.isCompressed(byte[], int, int).
CompressorFactory.isCompressed(byte[], int, int).
UnmodifiableIterator.remove().ElasticSearchWrapperException.
FieldMapper.fieldQuery(String, org.elasticsearch.index.query.QueryParseContext) be used when detecting this
field in query string.
UnicodeUtil.UTF8Result.DateFieldMapper.valueAsString(org.apache.lucene.document.Fieldable).
IpFieldMapper.valueAsString(org.apache.lucene.document.Fieldable).
Collection view of the values contained in this map.
SearchHit be returned with a version
associated with it.
Provider that delegates to the binding for the
provided type.
i to the given
updated value
if the current value is bitwise equal
to the expected value.
override().
override().
source as the reference location for
configuration errors.
source as a reference point for newly added errors.
Base64.OutputStream.write(int) repeatedly until len
bytes are written.
len bytes from the specified byte array
starting at offset off to this byte array output stream.
out.write(buf, 0, count).
StreamOutput.writeString(String)
XContent for the provided content type.
XContent and XContentBuilder.XContent.TermsFilter but stores the terms in an array for better memory usage
when cached, and also uses bulk read
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||